Goto

Collaborating Authors

 oom error


Efficient Parallelization Layouts for Large-Scale Distributed Model Training

Hagemann, Johannes, Weinbach, Samuel, Dobler, Konstantin, Schall, Maximilian, de Melo, Gerard

arXiv.org Artificial Intelligence

Efficiently training large language models requires parallelizing across hundreds of hardware accelerators and invoking various compute and memory optimizations. When combined, many of these strategies have complex interactions regarding the final training efficiency. Prior work tackling this problem did not have access to the latest set of optimizations, such as FlashAttention or sequence parallelism. In this work, we conduct a comprehensive ablation study of possible training configurations for large language models. We distill this large study into several key recommendations for the most efficient training. For instance, we find that using a micro-batch size of 1 usually enables the most efficient training layouts. Larger micro-batch sizes necessitate activation checkpointing or higher degrees of model parallelism and also lead to larger pipeline bubbles. Our most efficient configurations enable us to achieve state-of-the-art training efficiency results over a range of model sizes, most notably a Model FLOPs utilization of 70.5% when training a Llama 13B model.


No More OOM-Exceptions During Hyperparameter Searches in TensorFlow

#artificialintelligence

Machine learning is no longer hype but at the core of everyday products. Ever faster hardware makes it possible to train ever larger machine learning models -- in shorter times, too. With around 100 papers submitted per day on machine learning or related domains to arXiv, chances are high that at least one-third of them have leveraged the hardware's capabilities to do hyperparameter searches to optimize their used model. And that's straightforward, is it not? At least, that's what frequently happens with TensorFlow.